Add deprecation guide#7072
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a C++-specific deprecation guide to document how to deprecate APIs and whole packages in azure-sdk-for-cpp, aligning repo procedures with the Azure SDK-wide support/release policies.
Changes:
- Introduces guidance for deprecating individual C++ APIs using standard
[[deprecated]]attributes (including handling warnings in tests/samples). - Documents package-level deprecation steps (metadata, README, changelog entry, migration guide, and communication checklist).
- Adds a worked example and reference links to relevant Azure SDK policies and repo resources.
|
Hi @RickWinter. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Hi @RickWinter. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
No description provided.